(System Processes): Document the `time' and `ctime' attributes of
authorEli Zaretskii <eliz@gnu.org>
Fri, 2 Jan 2009 15:19:31 +0000 (15:19 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 2 Jan 2009 15:19:31 +0000 (15:19 +0000)
`system-process-attributes'.

doc/lispref/processes.texi

index 8a7018811c86133e05ed4d880cee6e302d3a0a86..f18c758f94224be331a4adc56394d6f084c6d1c2 100644 (file)
@@ -1744,10 +1744,15 @@ Time spent by the process in the system (kernel) context, for
 processing system calls.  The corresponding @var{value} is in the same
 format as for @code{utime}.
 
+@item time
+The sum of @code{utime} and @code{stime}.  The corresponding
+@var{value} is in the same format as for @code{utime}.
+
 @item cutime
 @itemx cstime
-Like @code{utime} and @code{stime}, but includes the times of all the
-child processes of the given process.
+@itemx ctime
+Like @code{utime}, @code{stime}, and @code{time}, but include the
+times of all the child processes of the given process.
 
 @item pri
 The numerical priority of the process.